body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: "Montserrat", Helvetica, Arial, serif';
ont-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, Arial, serif';

}

::placeholder {
  opacity: 1;
  /* Firefox */
}

a:hover {
  text-decoration: none;
}

header {
  padding: 0px;
  background: #f27121;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
}

.fixed-top .navbar {
  margin-top: 8px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
}

.navbar-expand-lg .navbar-nav .login .nav-link {
  font-family: "Montserrat", Helvetica, Arial, serif;
  border: 1.5px #000 solid;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 0px 20px;
  text-align: center;
  margin: 3px 0px 0px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .login .nav-link:hover {
  background: #f27121;
  color: #fff;
  border: 1.5px #fff solid;
}

.navbar-expand-lg .navbar-nav .register .nav-link {
  font-family: "Montserrat", Helvetica, Arial, serif;
  border: #fff 1px solid;
  color: #fff;
  background: none;
  border-radius: 5px;
  padding: 0px 20px;
  text-align: center;
  margin: 3px 0px 0px 25px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .register .nav-link:hover {
  background: #000;
  color: #fff;
  border: 1.5px #000 solid;
}

.container-fluid {
  padding: 0px 50px;
}

.logo-img {
  width: 80px;
}

.whiteHeader {
  background-color: #fff;
  transition: all 0.2s linear 0s;
  box-shadow: 0px 5px 20px #6d6d6d1a;
}

.whiteHeader .navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
}

.whiteHeader .navbar-expand-lg .navbar-nav .login .nav-link {
  font-family: "Montserrat", Helvetica, Arial, serif;
  border: 1.5px #000 solid;
  border-radius: 5px;
  padding: 0px;
  width: 140px;
  text-align: center;
  margin: 0px 0px 0px 25px;
  line-height: 38px;
}

.whiteHeader .navbar-expand-lg .navbar-nav .register .nav-link {
  color: #fff;
}

section {
  padding: 60px 0px;
}

.home-slider {
  position: relative;
  background: #fff;
  text-align: left;
  padding: 50px 0px;
}


.home-slider h1 {
  color: #000;
  font-size: 62px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 30px;
  margin-top: 20px;
  line-height: 80px;
}

.changebox{
  margin: 10px 5px 0px;
  color: #f27121;
  overflow: hidden;
  transition: 1s;
  white-space: nowrap;
  font-weight: 600;
  padding-bottom: 5px;
  width: 100% !important; 
  display: block;
  line-height: 64px;
  height: 64px !important;
}

.home-slider h1 strong{
  width: 100%;
  font-weight: bold;
  display: block;
}

.home-slider p {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

.btn-fill {
  background: #000;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  /* box-shadow: 0 1px 9px 0 #077cd1; */
  border-radius: 3px 3px 3px 3px;
  padding: 12px 22px 12px 22px;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 15px 0px 0px;
  display: inline-block;
}

.btn-fill svg {
  width: 16px;
  height: auto;
  margin-bottom: -3px;
  display: inline-block;
  margin-left: 10px;
}

.btn-fill svg path {
  fill: #fff;
}

.btn-fill:hover {
  background: #f27121;
  color: #fff;
  border-color: #f27121;
}

.btn-fill:hover svg path {
  fill: #fff;
}

.btn-unfill {
  background: transparent;
  color: #f27121;
  border-style: solid;
  border-width: 1px;
  border-color: #f27121;
  /* box-shadow: 0 1px 9px 0 #077cd1; */
  border-radius: 3px 3px 3px 3px;
  padding: 12px 22px 12px 22px;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 15px;
  display: inline-block;
}

.btn-unfill svg {
  width: 16px;
  height: auto;
  margin-bottom: -3px;
  display: inline-block;
  margin-left: 10px;
}

.btn-unfill svg path {
  fill: #f27121;
}

.btn-unfill:hover {
  background: #f27121;
  color: #fff;
}

.btn-unfill:hover svg path {
  fill: #fff;
}

#progressCarousel .carousel-indicators {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0;
  justify-content: inherit;
  margin-left: inherit;
  margin-right: inherit;
}

#progressCarousel .carousel-indicators li {
  position: relative;
  flex: inherit;
  width: inherit;
  height: inherit;
  margin-right: 0;
  margin-left: 0;
  text-indent: inherit;
  letter-spacing: 0;
  background: none;
  font-size: 1.5rem;
  color: #414142;
  padding: 0px;
  width: 20%;
  margin: 0px !important;
  cursor: pointer;

}

#progressCarousel .carousel-indicators li .progress {
  position: absolute;
  height: 1px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: 5px;
  background: #414142;
}

#progressCarousel .carousel-indicators li .progress .progress-bar {
  background: #414142;
  width: 0%;
  transition: width 5s linear;
}


.brand-logo {
  color: #fff;
  padding-top: 8px;
  display: inline-block;
}

.brand-logo h2 {
  display: inline-block;
  margin-top: 0px;
  color: #fff;
  padding-bottom: 0px;
}

.brand-logo svg {
  margin-top: -2px;
  width: auto;
  height: 46px;
}

.brand-logo svg path {
  fill: #fff;
}

.serviceTab {
  text-align: center;
  background: #F8FCFF;
  padding: 1px 0px 60px;
}

.serviceTab .carousel {
  margin-top: 0px;

}

.serviceTab .carousel-inner {
  background: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, .1);
  padding: 0px 0px 30px;
  width: 100%;
  margin-top: -10px;
  border-radius: 0px 0px 20px 20px;
}

#progressCarousel .carousel-indicators {
  margin: 0px;
}

#progressCarousel .carousel-indicators li {
  text-align: center;
}

/* .serviceTab .carousel span.icon {
  color: #fff;
  font-size: 24px;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  border: 3px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all .15s ease;
  background: none;
} */

.serviceTab .carousel span.icon svg {
  width: auto;
  height: 30px;
}

.serviceTab .carousel span.icon svg path {
  fill: #f27121;
  ;
}

/* .serviceTab .carousel span.icon:hover {
  color: #f27121;
  background: #fff !important;
}

.serviceTab .carousel span.icon:hover svg path {
  fill: #f27121;
} */

#progressCarousel .carousel-indicators li span.label {
  display: block;
  margin-top: 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  background: linear-gradient(90deg, #ffc30c 0%, #f27121 100%) 0% 0% !important;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

#progressCarousel .carousel-indicators li.active span.label {
  color: #f27121;
  background: #fff !important;
}

/* #progressCarousel .carousel-indicators li.active span.icon {
  color: #f27121 !important;
  background: #fff !important;
  border-color: #f27121;
}

#progressCarousel .carousel-indicators li.active span.icon svg path {
  fill: #f27121;
} */

#progressCarousel .carousel-indicators li.active span.label {
  color: #f27121 !important;
  background: #fff;
}

h2 {
  color: #000;
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 20px;
}

p {
  color: #354B5C;
  font-size: 16px;
  font-weight: normal;
  width: 85%;
  display: inline-block;
  padding-bottom: 0px;
}



.testimonial {
  background: linear-gradient(90deg, #ffc30c 0%, #f27121 100%) 0% 0% !important;
  text-align: center;
  padding: 60px;
}

.testimonial h2 {
  padding: 0px;
  margin: 0px;
  color: #fff;
}

.testimonial .col-lg-4{
  padding: 0px !important;
}

.testimonials-info {
  font-size: 17px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(47, 154, 234, .25), 0 1px 3px rgba(47, 154, 234, .25);
  color: #354b5c;
  text-align: center;
  border-radius: 5px;
  width: 93%;
  display: inline-block;
  margin: 20px 0px;
  min-height: 370px;
}

.testimonials-info .imfo-sec img {
  width: 70px !important;
  height: 70px !important;
  display: inline-block !important;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonials-info h5 {
  color: #354B5C;
  font-size: 21px;
  font-weight: 600;
}

.testimonials-info h5 span {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #f27121;
}

.testimonials-info p {
  text-align: justify;
  text-align-last: center;
}

.star-rating {
  margin-bottom: 10px;
}

.star-rating i {
  color: #f27121;
}

.testimonial .owl-nav {
  position: absolute;
  top: 45%;
  height: 1px;
  width: 100%;
  left: 0px;
}

.testimonial .owl-nav button.owl-next,
.testimonial .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #666 !important;
  color: #fff !important;
  border: #fff 2px solid;
  border-radius: 50%;
  float: left;
}

.testimonial .owl-nav button.owl-next {
  float: right;
}

.sec-imgRight {
  background-color: #F8FCFF;
}

.leadingTeams {
  background: linear-gradient(90deg, #ffc30c 0%, #f27121 100%) 0% 0% !important;
  text-align: center;
  padding: 30px 0px;
}

.leadingTeams h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 34px;
}

.logo-col {
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(47, 154, 234, .25), 0 1px 3px rgba(47, 154, 234, .25);
  text-align: center;
  border-radius: 5px;
  width: 93%;
  display: inline-block;
  margin: 20px 0px;
}



/*==============*/

.sec-imgLeft ul,
.sec-imgRight ul {
  padding: 0px;
  margin: 0px 0px 20px;
}

.sec-imgLeft ul li,
.sec-imgRight ul li {
  color: #354B5C;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  padding-bottom: 0px;
  padding-left: 25px;
  margin-bottom: 20px;
  background: url(../../images/home/check.svg) left 3px no-repeat;
  background-size: 18px;
}

.sec-imgRight ul.option1 li {
  width: 45%;
}

.pmt-img img {
  width: 90%;
  padding-bottom: 40px;
}

.learnmore-btn {
  background: linear-gradient(90deg, #ffc30c 0%, #f27121 100%) 0% 0% !important;
  color: #fff;
  border: 0px;
  border-radius: 3px 3px 3px 3px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 12px -8px #f27121;
  display: inline-block;
}

.learnmore-btn i {
  margin-bottom: -3px;
  display: inline-block;
  margin-left: 10px;
}

.learnmore-btn:hover {
  background: rgba(52, 168, 255, 0.9);
  color: #FFFFFF;
  border-color: rgba(52, 168, 255, 0.9);
}

.onlinesupport {
  /* background: url(../../images/home/online-support.jpg) left top no-repeat; */
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0px 90px;
  position: relative;
} 



.onlinesupport::after {
  background: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}

.onlinesupport-cont {
  position: relative;
  z-index: 2;
}

.onlinesupport-cont .btn-fill {
  background: linear-gradient(90deg, #ffc30c 0%, #f27121 100%) 0% 0%;
  border-color: #f27121;

}

.onlinesupport-cont .btn-fill:hover {
  background: #fff;
  border-color: #fff;
  color: #000;

}

.onlinesupport h3 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 30px;
}

.onlinesupport p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  width: 85%;
  display: inline-block;
  padding-bottom: 30px;
}

.onlinesupport img {
  height: 420px;
}

.support-btn {
  color: #fff;
}

footer {
  padding: 0px;
  background: #2E2C2C;
}

footer h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

footer ul {
  padding: 0px;
  margin: 20px 0px 30px;
  list-style: none;
}

footer ul li {
  padding: 0px;
  margin: 0px 0px 10px;
  list-style: none;
  font-size: 14px;
  color: #fff;
}

footer ul li a {
  font-size: 14px;
  color: #D8D8D8;
}

footer ul li a:hover {
  color: #f27121;
}

.footer-bottom {
  /* background: #3C3B3B; */
  padding: 12px 0px;
}

.footer-bottom p {
  margin-bottom: 0px;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
}

.footer-bottom p a{
  color: #fff !important;
  padding: 0px 5px;
}

.footer-bottom p a:hover{
  text-decoration: underline;
}

.social-icon a {
  font-size: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #f27121;
  border-radius: 50%;
  display: inline-block;
  padding-top: 6px;
  text-align: center;
}

.social-icon a svg {
  width: 18px;
  margin-top: 2px;
}

.social-icon a svg path {
  fill: #fff;
}

.carousel-inner h2 {
  width: 100%;
}

.carousel-inner p {
  width: 60%;
}

.carousel-inner img.w-100 {
  width: 70% !important;
  display: inline-block !important;
}



.serviceTab .carousel span.icon {
  color: #fff;
  font-size: 24px;
  width: auto;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 0px;
  /* border: 3px solid #fff; */
  display: inline-block;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  /* transition: all .15s ease;
  background: linear-gradient(90deg, #ffc30c 0%, #f27121 100%) 0% 0% !important; */
}



.navbar-toggler:focus-visible {

  outline: none;
}

.sec-img {
  position: relative;
}

.sec-img img {
  position: relative;
  z-index: 2;
  background: #fff;
}

.sec-img::after {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 80%;
  height: 80%;
  content: '';
  background: linear-gradient(90deg, #ffc30c 0%, #f27121 100%) 0% 0% !important;
  z-index: 1;
}

.frame-bg2 {
  width: 400px;
  background: #F8FCFF;
}

.frame-bg2 img {
  width: 100%;
  object-fit: cover;
  padding: 20px;
  border: #ffc30c 3px solid;
}


.frame-bg1 {
  width: 400px;
  background: #fff;
  float: right;
}

.sec-img.frame-bg1::after {
  right: -20px;
  left: auto;
}

.frame-bg1 img {
  width: 100%;
  object-fit: cover;
  padding: 20px;
  border: #ffc30c 3px solid;
  float: right;
}

.serviceTab .carousel-img {
  background: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, .1);
  padding: 15px;
  width: 100%;
  border-radius: 20px;
}


.subscription .subscription-plan h4 {
  padding: 20px 0px;
  margin: 0px;
  font-weight: 600;
}
.subscription .subscription-plan h4 span {
  width: 100%;
  display: block;
}
.subscription .subscription-plan h4::after {
  width: 60px;
  height: 3px;
  content: "";
  display: inline-block;
  background: #E85500;
  margin-top: 15px;
  border-radius: 25px;
}
.subscription .subscription-plan h2 {
  font-weight: 600;
  font-size: 30px;
  color: #E85500;
  margin: 0px 0px 10px;
  width: 100%;
  display: inline-block;
}
.subscription .subscription-plan h2 span {
  font-weight: 500;
  font-size: 16px;
  color: #8E8E8E;
  margin-top: 5px;
}

.subscription .subscription-plan h2 span.cut {
  font-weight: 500;
  font-size: 30px;
  color: #8E8E8E;
  margin-top: 5px;
  text-decoration: line-through;
}

.subscription .subscription-plan h5 {
  font-weight: 600;
  font-size: 24px;
  color: #5e5873;
  margin: 0px;
}
.subscription .subscription-plan h5 span {
  font-weight: 500;
  font-size: 14px;
  color: #8E8E8E;
  margin-top: 5px;
}

.subscription .subscription-plan p{
  width: 100%;
}
.subscription .subscription-plan ul {
  margin: 0px;
  padding: 0px 0px 20px;
  list-style: none;
  text-align: left;
  display: inline-block;
}
.subscription .subscription-plan ul li {
  color: #000;
  padding: 0px 0px 10px 20px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.subscription .subscription-plan ul li svg {
  width: 12px;
  position: absolute;
  margin-top: 0px;
  margin-right: 3px;
  left: 0px;
  top: 3px;
}

.subscription .testimonials-info {
  min-height: 650px;
}

.subscription .subscription-plan ul {
  min-height: 300px;
  width: 100%;
  background: #F8FCFF;
  padding: 20px;
  border-radius: 12px;
  margin: 0px 0px 20px;
}
.contact_form{
  text-align: center;
}

.contact_form form{
  width:80%;
display: inline-block;
background: #fff;
box-shadow: 0 3px 13px rgba(0, 0, 0, .1);
border-radius: 20px;
padding: 25px;
}


.contact_form label {
  font-size: 16px;
  color: #000;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.contact_form input {
  background: #F8FCFF;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px 0px 30px;
  text-align: left;
}

.contact_form textarea {
  background: #F8FCFF;
  border: 0;
  height: 120px;
  width: 100%;
  padding: 10px 20px;
  margin: 0px 0px 30px;
  text-align: left;
}

.privacy-sec1{
  background: #F8FCFF;
}

.privacy-sec2{
  background: #fff;
  padding-top: 20px;
}

.privacy-sec2 p {   
  font-size: 15px;
  width: 100%;
  text-align: justify;
  text-align-last: left;
}

.privacy-sec2 h3{
    color: #354B5C;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 0px;
    width: 100%;
}

.privacy-sec2 h4{
  color: #f27121;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 0px;
  width: 100%;
}

.privacy-sec2 a{
  color: #f27121;
}


.privacy-sec2 a:hover{
  color: #f27121;
  text-decoration: underline;
}

.planbox-grey{
  background-color: #F8FCFF;

}

.subscription .planbox-grey .subscription-plan ul{
  background-color: #fff;

}

.newsec1.sec-imgRight ul li {
    margin: 40px 0px;
}

.newsec1.sec-imgRight ul li strong{
  display: block;
}

.newsec1.sec-imgRight ul li.limar{
  margin-top: 63px;
}

.subscription {
  background: #fff !important;
}

.subscription h2 {
  color: #000 !important;
}

.w-80{
  width: 80%;
  display: inline-block !important;
}

.featurePage .sec-txt h4{
  margin-top: 30px;
  font-size: 21px;
}

.featurePage .sec-imgLeft img{
  width: 100%;
  height: auto;
}

.featurePage .sec-imgRight img{
  width: 100%;
  height: auto;
}

.Appbtn{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.Appbtn a{
  width: 150px;
  display: inline-block;
  margin: 0px 10px 15px;
}

.Appbtn a img{
  width: 100%;
  height: auto;
  margin: 0px;
  display: inline-block;
}

.subscription-plan {
  min-height: 535px;
}

.inner_banner {
  background: url(../../images/home/inner_bg.png) left top no-repeat;
  background-size: cover;
  height: 200px;
  margin: 0px !important;
  padding: 0px !important;
}

.inner_banner h2 {
  color: #343434;
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
}

.aboutus_sec img{
  width: 100%;
  margin-top: 30px;
}

.aboutus_sec p{
  color: #858585;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: 15px 0px;
  text-align: justify;
  text-align-last: left;
  width: 100%;
}

.about-img{
  position: relative;
}

.balance_box {
  background: #fff;
  padding: 20px;
  width: 80%;
  position: absolute;
  right: -10px;
  bottom: -30px;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 0px 24px 0px #0000001A;
  border-radius: 14px;
}

.balance_box h6 {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.balance_box span.price{
  font-size: 30px;
  font-weight: 400;
  color: #000;
}

.balance_box span.price strong{
  font-weight: 700;
}

.balance_box img{
  width: 140px;
}

a.sentbtn {
  width: 100%;
  display: inline-block;
  background: #F27121;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  margin-bottom: 10px;
}

a.sentbtn:hover {
  background: #000;
  color: #fff;
}


.join_us_today {
  margin: 60px 0px 0px;
  width: 100%;
  display: inline-block;
  text-align: center;
  background: url(../../images/home/Joinus-img.png) left top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border-radius: 14px;
  padding: 60px 0px;
}

.join_us_today .txt {
  width: 60%;
  display: inline-block;
  padding: 20px 0px;
}

.join_us_today .txt h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.join_us_today .txt p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  margin: 20px 0px;
}

.joinus_btn {
  width: auto;
  display: inline-block;
  background: #F27121;
  color: #fff;
  text-align: center;
  height: 50px;
  padding: 0px 30px;
  line-height: 50px;
  border-radius: 4px; 
  margin-top: 10px;
}

.joinus_btn:hover{
  background: #000;
  color: #fff;
}

section.about_teams {
  background: #F271210A;
  padding: 60px 0px;
}

section.about_teams p{
  color: #858585;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 25px;
  width: 100%;
}

.about_teams h2 {
  color: #343434;
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
}

.team-img{
  width: 100%;
 display: inline-block;
 margin-bottom: 50px;
}

.team-img img{
  width: 100%;
}

.about_teams h4 {
  color: #6F6F6F;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}

.about_teams h4 span {
  font-weight: 400;
}

.about_teams .icon {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.thankyou h2{
  font-weight: 700;
  color: #000;
}

.aboutus_sec h2 strong{
  color: #000;
}

.error{
  text-align: left;
  color: red;
}

.home-slider img.w-100 {
  width: 70% !important;
  float: right;
  margin-top: 50px;
  margin-right: 10%;
}

@media only screen and (max-width: 1175px) {

  .leadingTeams img {
    width: 200px;
  }

  .onlinesupport h3 {
    padding-top: 0px;
  }

  .onlinesupport img {
    height: auto;
    width: 100%;
  }

  .subscription-plan {
    min-height: 625px;
  }
}

@media only screen and (max-width: 991px) {

  /* .navbar-collapse {
    position: absolute;
    width: 280px;
    top: 100%;
    right: -15px;
    background: #fff;
    padding: 20px 15px;
    left: auto;
    height: 100vh;
}

  .navbar-toggler {
    padding: 0px .75rem .25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  } */

  .navbar-toggler svg {
    width: 40px;
    height: 40px;
  }

  p {
    width: 100%;
  }

  .sec-imgLeft ul li,
  .sec-imgRight ul li {
    width: 100%;
  }

  .sec-img img {
    width: 100%;
  }

  .onlinesupport h3 {
    font-size: 24px;
  }

  .onlinesupport p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }

  /* .navbar-expand-lg .navbar-nav .nav-link {
    color: #f27121 ;
    border-bottom: 1px solid #f27121;

  } */

  /* .navbar-expand-lg .navbar-nav .login .nav-link {
    font-family: "Montserrat", Helvetica, Arial, serif;
    border: #fff 1px solid;
    background: none;
    border-radius: 8px;
    padding: 0px 10px;
    text-align: center;
    margin: 20px 0px;
    width: 100%;
  } */

  .navbar-expand-lg .navbar-nav .register .nav-link {
    margin-left: 0px;
    width: 100%;
  }

  .homepage header .navbar-expand-lg .navbar-nav{
    display: block;
  }

  .navbar-expand-lg .navbar-nav .register, .navbar-expand-lg .navbar-nav .login {
    padding: 0px;
    width: calc(100% - 20px);
    float: left;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0px 10px;
  height: 36px;
  line-height: 36px;
}

.navbar-expand-lg .navbar-nav .login {
  margin: 5px 10px;
  width: calc(100% - 20px);
  text-align: center;
}

.navbar-expand-lg .navbar-nav .register {
  margin: 5px 10px;
  width: calc(100% - 20px);
  text-align: center;
}

.navbar-expand-lg .navbar-nav .login .nav-link, .navbar-expand-lg .navbar-nav .register .nav-link{
  width: 80%;
  display: inline-block;
  font-size: 14px;
}

/* .navbar-expand-lg .navbar-nav .login .nav-link, .navbar-expand-lg .navbar-nav .register .nav-link {
  font-family: "Montserrat", Helvetica, Arial, serif;
  border: #f27121 1px solid;
  background: #f27121;
  border-radius: 8px;
  padding: 0px;
  text-align: center;
  margin: 0px;
  width: 100%;
  color: #fff;
  height: 38px;
  line-height: 38px;
  margin: 10px 0px;
  font-size: 15px;
} */

  .frame-bg2 {
    width: 100%;
}

.frame-bg1 {
  width: 100%;
}

button.navbar-toggler {
  width: 40px;
  padding: 0px;
  margin: 0px;
  height: 40px;
  outline: none;
}

button.navbar-toggler:hover, button.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon{
  width: 40px;
  height: 40px;
}
.homepage header .container {
  width: 100%;
  max-width: initial;
  padding: 0px 30px;
}

.navbar-collapse {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 250px;
  background: #f27121;
  text-align: left;
  height: auto;
  padding: 5px 0px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 10px;
  height: 46px;
  line-height: 44px;
  border-bottom: #fff 1px solid;
  font-size: 14px;
}

.home-slider p {
  width: 100%;
}

.slider-btn{
  margin-bottom: 30px;
}

.newsec1.sec-imgRight ul li {
  margin: 15px 0px;
}

.sec-imgLeft ul, .sec-imgRight ul {
  margin: 0px 0px 0px;
}

.subscription-plan {
  min-height: auto;
}

.subscription .subscription-plan ul {
  min-height: 330px;
}

.home-slider h1{
  margin-top: -30px;
}

.sec-imgLeft ul li, .sec-imgRight ul li {
  background: url(../../images/home/check.svg) center 0px no-repeat;
  background-size: 28px;
  padding-top: 30px;
  text-align: center;
}


.privacy-sec2 .sec-imgLeft ul li, .sec-imgRight ul li {
  background: url(../../images/home/check.svg) left 3px no-repeat;
  background-size: 21px;
  padding-top: 0px;
  text-align: justify;
  text-align-last: left;
}

.balance_box {
  bottom: -150px;
}

}

@media only screen and (max-width: 767px) {
  .carousel-inner p {
    width: 100%;
  }

  .carousel-inner img.w-100 {
    width: 90% !important;
    display: inline-block !important;
  }

  .leadingTeams img {
    width: 150px;
  }

  .onlinesupport {
    padding: 60px 0px 40px;
  }

  .onlinesupport h3 {
    font-size: 21px;
    padding-bottom: 10px;
  }

  .onlinesupport p {
    margin-bottom: 0px;
  }

  .onlinesupport .btn-fill {
    padding: 12px 15px;
    font-size: 12px;
    margin: 0px 2px;
  }

  .support-btn {
    font-size: 12px;
  }

  .btn-unfill {
    padding: 12px 15px;
    font-size: 12px;
    margin: 0px 2px;
  }

  .onlinesupport .container {
    position: relative;
  }

  .onlinesupport .container img {
    position: absolute;
    bottom: -15px;
  }

  .sec-imgRight ul.option1 li {
    width: 100%;
  }

  .newsec1.sec-imgRight ul li{
    margin: 20px 0px;
  }

  .brand-logo svg{
    height: 40px;
  }

.onlinesupport .container .Appbtn a img{
  position: relative;
  bottom: auto;
}

.subscription .subscription-plan ul {
  min-height: 360px;
}

.balance_box img {
  width: 110px !important;
  margin: 0px;
}
.join_us_today .txt {
  width: 90%;
}

.join_us_today {
  padding: 20px 0px;
}

.home-slider {
  padding: 50px 0px;
}

.home-slider .col-lg-4 {
  text-align: center !important;
  display: none;
}

/* .home-slider .col-lg-4 img{
  width: 50% !important;
  display: inline-block !important;
} */

.serviceTab .col-lg-4.img{
  text-align: center !important;
}

.serviceTab .col-lg-4.img img{
  width: 40% !important;
  display: inline-block !important;
}

.subscription .testimonials-info {
  min-height: 750px;
}

}

@media only screen and (max-width: 576px) {

  .serviceTab .carousel span.icon {
    width: 70px;
    height: 70px;
  }

  .serviceTab .carousel {
    margin-top: -80px;
  }

  #progressCarousel .carousel-indicators li {
    width: 70px;
    margin: 0px 5px !important;

  }

  #progressCarousel .carousel-indicators li span.label {
    font-size: 12px;
  }

  .testimonial {
    background: #F8FCFF;
    text-align: center;
    padding: 60px 15px;
  }

  .sec-img img {
    width: 80%;
  }

  .onlinesupport .container img {
    position: relative;
    bottom: auto;
  }

  /* .onlinesupport {
    padding: 15px 0px 0px;
  } */

  .leadingTeams img {
    width: 200px;
  }

.frame-bg1{
  width: 100%;
  margin: 0px 0px 20px;
}

.frame-bg2 {
  width: 100%;
  margin: 0px 0px 20px;
}
.slider-btn{
  margin-bottom: 20px;
}

.serviceTab .carousel-img {
  margin-top: 30px;
}

.home-slider {
  padding: 50px 0px;
}

.home-slider h1 {
  font-size: 28px;
  width: 100%;
}

.homepage h1 {
    font-size: 48px;
    line-height:48px;
}
.homepage h2 {
  font-size: 24px;
}

.leadingTeams h3 {
  font-size: 24px;
  line-height: 30px;
}

.support-btn {
  padding-bottom: 40px;
}

.footer-bottom p {
  text-align: center;
}


.ml-auto.social-icon {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.contact_form form {
  width: 100%;
}

.testimonials-info p {
  text-align: center;
  text-align-last: center;
  padding: 0px 10px;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .register, .navbar-expand-lg .navbar-nav .login {
  float: none;
  display: inline-block;
}

.brand-logo svg {
  margin-top: 0px;
  height: auto;
  width: 250px;
  margin-left: 0px;
}

.subscription .subscription-plan ul li {
  font-size: 13px;
}

.subscription .subscription-plan ul {
  min-height: auto;
}

.inner_banner {
  height: 165px;
  margin-top: 70px !important;
}

.join_us_today .txt h3 {
  font-size: 30px;
}

.changebox {
  line-height: 48px;
  margin-top: 10px;
  height: 48px !important;
}

.home-slider .col-lg-4 img{
  width: 40% !important;
}

.aboutus_sec img {
  width: 40%;
}

.aboutus_sec {
  text-align: center;
}

.balance_box {
  width: 60%;
}

.featurePage .sec-imgRight, .featurePage .sec-imgLeft {
  text-align: center;
}

.featurePage .sec-imgRight img {
  width: 40%;
  margin-top: 30px;
}

.featurePage .sec-txt h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.featurePage .sec-txt p {
  margin-top: 0px;
  margin-bottom: 30px;
}

.subscription .testimonials-info {
  min-height: 0px;
}

.aboutus_sec img {
  width: 100%;
}

.balance_box {
  right: 20px;
  bottom: -30px;
}

}

@media only screen and (max-width: 425px) {
  #progressCarousel .carousel-indicators li span.label {
    display: none;
  }

  .carousel-inner h2 {
    margin-top: 0px;
  }


  .onlinesupport img {
    height: 300px;
    margin-top: 30px;
  }

  .serviceTab .carousel span.icon svg {
    width: auto;
    height: 16px;
  }

  .serviceTab .carousel span.icon {
    width: 50px;
    height: 50px;
  }

  .btn-unfill {
    margin-top: 20px;
  }

  .leadingTeams img {
    width: 150px;
  }

  /* .navbar-collapse{
    width: 100%;
  } */



  .inner_banner {
    height: 165px;
    margin-top: 40px !important;
  }

  .brand-logo svg {
    margin-top: 3px;
    width: 200px;
}
}



@media only screen and (max-width: 380px) {

  .leadingTeams img {
    width: 200px;
  }

  .balance_box {
    width: 80%;
  }

  .brand-logo svg {
    margin-top: 5px;
    width: 190px;
}
  .navbar{
    padding: .5rem 0rem;
  }
}




